home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / xlib / yakems11 / update.doc < prev    next >
Encoding:
Text File  |  1993-10-05  |  506 b   |  13 lines

  1. Code Changes::debug fixes
  2.  
  3. 5 Oct 93-- fixed a peculiar bug which cropped up depending on the
  4.            order the compiler destroyed objects; now all emsData
  5.            blocks allocated with "new" MUST have bTemporary = 1
  6.            in order to be properly deallocated.  Normal emsData
  7.            blocks do not need this.  
  8.            Also added hooks so that "zero-size" blocks are not allocated
  9.            as part of emsBlocks.
  10.            Version now 1.1
  11.  
  12. 3 Oct 93-- First release of library
  13.